Skip to content

Commit

Permalink
add aa back in
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Apr 24, 2022
1 parent a4e48ec commit 83e2c64
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,17 +426,17 @@ struct ImPlotBench : App
m_benchmarks.push_back(std::make_unique<Benchmark_PlotLineStaged>());

m_queues["All Plots"] = {
{0, BenchmarkType_Float, 2, true},
{1, BenchmarkType_Float, 2, true},
{2, BenchmarkType_Float, 2, true},
{3, BenchmarkType_Float, 2, true},
{0, BenchmarkType_Double, 2, true},
{1, BenchmarkType_Double, 2, true},
{2, BenchmarkType_Double, 2, true},
{3, BenchmarkType_Double, 2, true},
};

m_queues["All Elems"] = {
{0, BenchmarkType_Float, 0, true},
{0, BenchmarkType_Float, 1, true},
{0, BenchmarkType_Float, 2, true},
{0, BenchmarkType_Float, 3, true},
{0, BenchmarkType_Double, 0, true},
{0, BenchmarkType_Double, 1, true},
{0, BenchmarkType_Double, 2, true},
{0, BenchmarkType_Double, 3, true},
};

m_queues["All Types"] = {
Expand Down

0 comments on commit 83e2c64

Please sign in to comment.