Update path for embedded derailed-benchmarks and heapy
This commit is contained in:
parent
6eefd2da4c
commit
c0538d0ff8
2 changed files with 13 additions and 0 deletions
12
debian/patches/0460-embed-derailed-benchmarks.patch
vendored
Normal file
12
debian/patches/0460-embed-derailed-benchmarks.patch
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -293,7 +293,8 @@
|
||||||
|
gem 'peek-redis', '~> 1.2'
|
||||||
|
|
||||||
|
# Memory benchmarks
|
||||||
|
-gem 'derailed_benchmarks', require: false
|
||||||
|
+gem 'derailed_benchmarks', require: false, path: 'vendor/gems/derailed-benchmarks'
|
||||||
|
+gem 'heapy', require: false, path: 'vendor/gems/heapy'
|
||||||
|
|
||||||
|
# Metrics
|
||||||
|
group :metrics do
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -9,6 +9,7 @@
|
||||||
0430-remove-gitlab-markup.patch
|
0430-remove-gitlab-markup.patch
|
||||||
0440-remove-puma.patch
|
0440-remove-puma.patch
|
||||||
0450-remove-bullet.patch
|
0450-remove-bullet.patch
|
||||||
|
0460-embed-derailed-benchmarks.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue