Skip to content

Commit 408dd06

Browse files
authored
Add files via upload
1 parent 686fa7a commit 408dd06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

comparison/run_benchmarks.jl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
using Random
3+
using DataStructures
4+
using Distributions
5+
using WeightVectors
6+
using StatsBase
7+
using Chairmarks
8+
using CSV
9+
using DataFrames
10+
11+
include("benchmark_synth.jl")
12+
include("benchmark_clickstream.jl")

0 commit comments

Comments
 (0)