Skip to content

Commit

Permalink
Add BenchmarkTools for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Oct 21, 2018
1 parent 04e23ba commit 1b4ea3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ StrRegex = "2267b70d-4c4a-5da2-8395-98751c0d506a"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

[targets]
test = ["Test", "REPL"]
test = ["Test", "REPL", "BenchmarkTools"]
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Format 0.7.2
ModuleInterfaceTools 0.1.7
StrAPI 0.1.8
CharSetEncodings 0.1.8
ChrBase 0.1.9
ChrBase 0.1.10
MurmurHash3 0.1.5
StrLiterals 0.1.6
StrBase 0.1.10
StrRegex 0.1.6
StrRegex 0.1.7
StrFormat 0.1.5
StrEntities 0.1.3

0 comments on commit 1b4ea3d

Please sign in to comment.