File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ [deps ]
2+ BenchmarkPlots = " ab8c0f59-4072-4e0d-8f91-a91e1495eb26"
3+ DataFrames = " a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4+ PkgBenchmark = " 32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
5+ StatsPlots = " f3b207a7-027a-5e70-b257-86293d7955fd"
Original file line number Diff line number Diff line change 33# ###################################################################################################
44using BenchmarkTools
55using SequentialSamplingModels
6+ using DataFrames
67
78SUITE = BenchmarkGroup ()
89# ###################################################################################################
Original file line number Diff line number Diff line change 1- cd (@__DIR__ )
21# ###################################################################################################
32# load packages
43# ###################################################################################################
4+ cd (@__DIR__ )
5+ using Pkg
6+ Pkg. activate (" " )
57using BenchmarkPlots
68using DataFrames
79using PkgBenchmark
You can’t perform that action at this time.
0 commit comments