Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
e975efdb
Commit
e975efdb
authored
Mar 10, 2015
by
Eric Fiselier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove third_party directory. update test args
parent
e2c79552
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
CMakeLists.txt
test/CMakeLists.txt
+1
-1
.gitignore
third_party/.gitignore
+0
-3
No files found.
test/CMakeLists.txt
View file @
e975efdb
...
@@ -9,7 +9,7 @@ endmacro(compile_benchmark_test)
...
@@ -9,7 +9,7 @@ endmacro(compile_benchmark_test)
# Demonstration executable
# Demonstration executable
compile_benchmark_test
(
benchmark_test
)
compile_benchmark_test
(
benchmark_test
)
add_test
(
benchmark benchmark_test --benchmark_min_time=0.1
51
)
add_test
(
benchmark benchmark_test --benchmark_min_time=0.1
)
compile_benchmark_test
(
filter_test
)
compile_benchmark_test
(
filter_test
)
add_test
(
filter_simple filter_test --benchmark_filter=Calculate 16
)
add_test
(
filter_simple filter_test --benchmark_filter=Calculate 16
)
...
...
third_party/.gitignore
deleted
100644 → 0
View file @
e2c79552
gtest
src
tmp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment