We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9f4db commit 4e41488Copy full SHA for 4e41488
benchmark/Project.toml
@@ -1,2 +1 @@
1
[deps]
2
-Metatheory = "e9d8d322-4543-424a-9be4-0cc815abe26c"
benchmark/benchmarks.jl
@@ -1,6 +1,5 @@
using BenchmarkTools, SymbolicUtils
using SymbolicUtils: is_literal_number, @rule
3
-using Metatheory
4
5
using Random
6
test/benchmark.jl
# A little trick for travis
using PkgBenchmark, SymbolicUtils
pkgpath = dirname(dirname(pathof(SymbolicUtils)))
# move it out of the repository so that you can check out different branches
0 commit comments