Sign in
pigweed
/
third_party
/
github
/
google
/
benchmark
/
84bc4d703b6f27a0bdcb48443c9bca3f60e1818c
/
test
84bc4d7
Add a per benchmark 'Repetitions' option.
by Eric Fiselier
· 9 years ago
1080b17
Fix build error with libc++
by Eric Fiselier
· 9 years ago
2440b75
Formatting updates
by Dominic Hamon
· 9 years ago
a865458
Merge branch 'ismaelJimenez-complexity'
by Dominic Hamon
· 9 years ago
31cdabf
Merge pull request #216 from efcs/diagnostic-checks
by Dominic Hamon
· 9 years ago
36a9ae1
added SetComplexityN
by Ismael
· 9 years ago
9341d70
Change --benchmark_list_tests to respect the benchmark filter.
by Eric Fiselier
· 9 years ago
e0de817
Change RunSpecifiedBenchmarks to return the number of benchmarks run. Fixes #145
by Eric Fiselier
· 9 years ago
c7108df
Only compile and run the C++03 test when -std=c++03 is supported. Fixes #164
by Eric Fiselier
· 9 years ago
029f374
Allow test to compile with -fno-exceptions
by Eric Fiselier
· 9 years ago
481e06e
Address review comments
by Eric Fiselier
· 9 years ago
751e07d
add newline
by Eric Fiselier
· 9 years ago
69d1a52
Add checks that <Resume|Pause>Timing functions are not called outside of the benchmark. Fixes #204
by Eric Fiselier
· 9 years ago
43ef174
refactor names
by Ismael
· 9 years ago
ac05c04
refactor MinimalLEastSq
by Ismael
· 9 years ago
290bd60
Refactor for pull request
by Ismael
· 9 years ago
2e5c397
implemented complexity reporting
by Ismael
· 9 years ago
872ff01
addaptation of minimal_leastsq library
by Ismael
· 9 years ago
b73dc22
implemented Complexity for O(1)
by Ismael
· 9 years ago
27f0baa
Added test file and Complexity() interface
by Ismael
· 9 years ago
c60eefd
added option to change range multiplier
by Ismael
· 9 years ago
df9ab80
Use nanoseconds instead of duration<double, milli>
by Billy Robert O'Neal III
· 9 years ago
e253a28
Manual timing support.
by Jussi Knuuttila
· 9 years ago
fb73389
Remove sleep.h dependency for tests
by Kai Wolf
· 9 years ago
1043f45
Add explanatory comment why src headers are needed in test/CMakeLists.txt
by Kai Wolf
· 9 years ago
7c69b36
Add an additional parameter for time units
by Kai Wolf
· 9 years ago
0dca953
Include cstdlib in map_test to make sure std::rand is available when
by Ian Henriksen
· 9 years ago
53aca9b
Pass const State to Fixture::TearDown. Fix memory leak in fixture_test
by Mohamed Amin JABRI
· 9 years ago
31e71be
Merge pull request #181 from google/map_test
by Dominic Hamon
· 9 years ago
007efee
Add number of threads to State.
by Jakob Buchgraber
· 9 years ago
53068f9
Pass const state to Fixture::SetUp. Add map_test.
by Dominic Hamon
· 9 years ago
c8f4690
Sorted include of headers.
by Anton Danielsson
· 9 years ago
6abd537
Use stringstream instead of atoi to avoid sign error.
by Anton Danielsson
· 9 years ago
df0df4a
Fixed tests so they build on android.
by Anton Danielsson
· 9 years ago
14c4ce5
Removed unneeded #include <cstddef>
by izaid
· 9 years ago
ed0a2eb
use size_t instead of int for the iteration count
by Eric Fiselier
· 10 years ago
2463339
Updates Initialize() to work with an argv as 'char**'
by Greg Miller
· 10 years ago
1dd40c9
Custom arguments function usage with Apply - fix doc and add test.
by Eli Bendersky
· 10 years ago
68e6921
Fixing cmake issue with empty cmake_build_type
by David Coeurjolly
· 10 years ago
36c1eb6
Coverage support with LCOV and GCOV
by Matt Clarkson
· 10 years ago
9c25a67
address more review comments
by Eric Fiselier
· 10 years ago
12f4405
add ability to use benchmark filters
by Eric Fiselier
· 10 years ago
e97a96f
redo filter test
by Eric Fiselier
· 10 years ago
9d47552
merge new changes in basic_test.cc
by Eric Fiselier
· 10 years ago
9ed1082
Merge branch 'master' into new-benchmark-interface
by Eric Fiselier
· 10 years ago
e428b9e
Add 'benchmark::DoNotOptimize(...)' to help users prevent optimizations
by Eric Fiselier
· 10 years ago
4f9ce87
Merge branch 'master' into new-benchmark-interface
by Eric Fiselier
· 10 years ago
c5f238b
Fix column width calculation and remove duplicate test
by Eric Fiselier
· 10 years ago
4bf6ceb
Change the available benchmark options
by Eric Fiselier
· 10 years ago
1b9e55c
Remove walltime implementation tests and expose less internals
by Eric Fiselier
· 10 years ago
21207a4
improve walltime test
by Eric Fiselier
· 10 years ago
c0755c4
actually add new test
by Eric Fiselier
· 10 years ago
725f1f0
add walltime benchmark and fix unused variable.
by Eric Fiselier
· 10 years ago
be993ac
remove unneeded test repetitions
by Eric Fiselier
· 10 years ago
d0df7ef
cleanup whitespace and includes
by Eric Fiselier
· 10 years ago
a3308c6
Introduce use of std::chrono and remove Walltime printing
by Eric Fiselier
· 10 years ago
482c19d
Handle creation of C++03 flags differently
by Eric Fiselier
· 10 years ago
d40cb97
Don't treat CMAKE_CXX_FLAGS as a list
by Eric Fiselier
· 10 years ago
daa8a67
add C++03 test and update README
by Eric Fiselier
· 10 years ago
20f1c0e
Apply reporter interface changes. Make report methods non-const and add a Finalize method.
by Eric Fiselier
· 10 years ago
e45252e
move ConsoleReporter out of internal namespace
by Eric Fiselier
· 10 years ago
d716602
fix minimal_benchmark.h include
by Eric Fiselier
· 10 years ago
ef79d0a
move basic_test over to minimal benchmark
by Eric Fiselier
· 10 years ago
279e502
add test for benchmark with two template parameters
by Eric Fiselier
· 10 years ago
efe5910
address review comments
by Eric Fiselier
· 10 years ago
66bf7c8
add floating point comparison warnings
by Eric Fiselier
· 10 years ago
7a76701
Adopt new benchmark timing internals.
by Eric Fiselier
· 10 years ago
d68127d
Enable UseRealTime and fix documentation for SetLabel.
by Dominic Hamon
· 10 years ago
e975efd
remove third_party directory. update test args
by Eric Fiselier
· 10 years ago
3b40f0a
Add filter test, remove re test, and googletest deps
by Dominic Hamon
· 10 years ago
a187aa0
Third step in moving towards adopting new timer semantics
by Eric Fiselier
· 10 years ago
f947ceb
remove ifdefs around BM_Factorial
by Eric Fiselier
· 10 years ago
8f96f50
comment out test to prevent failures.
by Eric Fiselier
· 10 years ago
8ed7d76
The second step towards merging the timer changes.
by Eric Fiselier
· 10 years ago
b1f34d3
address comments
by Eric Fiselier
· 10 years ago
5b41e12
Step one towards merging timer changes.
by Eric Fiselier
· 10 years ago
3968ff4
Fix #72 by avoiding 64-to-32-bit shortenings
by Dominic Hamon
· 10 years ago
b40b66a
Actually fix issue with CHECK
by Dominic Hamon
· 10 years ago
d31977b
Added gtest CHECK symbol to benchmark test
by Dominic Hamon
· 10 years ago
0f78ceb
Use #ifdef to protect calling Factorial in benchmark_test.cc
by Lei Xu
· 10 years ago
7e290fb
Fix release builds
by Dominic Hamon
· 10 years ago
a3b5e44
Remove CHECK_* from public API.
by Dominic Hamon
· 10 years ago
b04211c
Merge branch 'master' of github.com:google/benchmark
by Niklas Hofmann
· 10 years ago
3e9264d
added googletest dependency to tests (allows compilation with -j)
by Niklas Hofmann
· 10 years ago
a13627b
Move pthread dependency to test CMakeLists.txt
by Dominic Hamon
· 10 years ago
0fd0be9
Added more complicated regex test patterns
by Matt Clarkson
· 11 years ago
1176936
Check the number of benchmark tests ran
by Matt Clarkson
· 11 years ago
373cc41
C++11 concurrency instead of pthread
by Matt Clarkson
· 11 years ago
52b3004
fix linker error by reordering link libraries
by Paul Redmond
· 11 years ago
fa90892
Partially resolve google/benchmark#17 by fixing regular expression leak.
by Chris Kennelly
· 11 years ago
e38fde6
Setup targets from each directory, rather than the top-level.
by Chris Kennelly
· 11 years ago
6641593
Use a new container in each round of push_back test.
by Shuo Chen
· 11 years ago
3a01f83
Add items/bytes processed to SetInsert benchmark test
by Dominic Hamon
· 11 years ago
2923a48
Multithreaded tests are reenabled
by Dominic Hamon
· 11 years ago
15bf667
Really drop multithreading support
by Dominic Hamon
· 11 years ago
403f354
Initial commit
by Dominic Hamon
· 11 years ago