mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-03 18:20:39 +09:00
[WIP] new(slavelog cache): save slavelog cache for extra run results to JLD2
This commit is contained in:
parent
cb898bd044
commit
733fb392c3
7 changed files with 160 additions and 30 deletions
|
@ -11,6 +11,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
|||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
||||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
|
||||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
||||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
||||
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
|
@ -32,6 +33,7 @@ Dates = "1.10"
|
|||
Documenter = "1.7"
|
||||
Downloads = "1"
|
||||
InteractiveUtils = "1.10"
|
||||
JLD2 = "0.5.11"
|
||||
Printf = "1.10"
|
||||
SQLite = "1"
|
||||
StaticArrays = "1.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue