This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mycompany; | |
| import org.apache.wicket.MarkupContainer; | |
| import org.apache.wicket.markup.ComponentTag; | |
| import org.apache.wicket.markup.IMarkupCacheKeyProvider; | |
| import org.apache.wicket.markup.IMarkupResourceStreamProvider; | |
| import org.apache.wicket.markup.MarkupException; | |
| import org.apache.wicket.markup.MarkupStream; | |
| import org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup; | |
| import org.apache.wicket.util.resource.IResourceStream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git i/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication.java w/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication.java | |
| index f5503ec..aff14ab 100644 | |
| --- i/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication.java | |
| +++ w/component/viewer/wicket/impl/src/main/java/org/apache/isis/viewer/wicket/viewer/IsisWicketApplication.java | |
| @@ -45,6 +45,8 @@ | |
| import org.apache.wicket.markup.html.WebPage; | |
| import org.apache.wicket.request.cycle.IRequestCycleListener; | |
| import org.apache.wicket.request.resource.CssResourceReference; | |
| +import org.apache.wicket.resource.loader.ClassStringResourceLoader; | |
| +import org.apache.wicket.resource.loader.IStringResourceLoader; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jobs: | |
| setup-multiarch: | |
| machine: true | |
| steps: | |
| - run: | |
| name: Setup Multiarch | |
| command: docker run --rm --privileged multiarch/qemu-user-static:register | |
| on-amd64: | |
| docker: ubuntu:bionic |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Architecture: x86_64 | |
| CPU op-mode(s): 32-bit, 64-bit | |
| Byte Order: Little Endian | |
| Address sizes: 42 bits physical, 48 bits virtual | |
| CPU(s): 8 | |
| On-line CPU(s) list: 0-7 | |
| Thread(s) per core: 2 | |
| Core(s) per socket: 4 | |
| Socket(s): 1 | |
| NUMA node(s): 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Architecture: aarch64 | |
| CPU op-mode(s): 64-bit | |
| Byte Order: Little Endian | |
| CPU(s): 8 | |
| On-line CPU(s) list: 0-7 | |
| Thread(s) per core: 1 | |
| Core(s) per socket: 8 | |
| Socket(s): 1 | |
| NUMA node(s): 1 | |
| Vendor ID: 0x48 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package info.mgsolutions.testbed.rest; | |
| import info.mgsolutions.testbed.domain.Error; | |
| import info.mgsolutions.testbed.domain.Person; | |
| import info.mgsolutions.testbed.domain.Response; | |
| import lombok.extern.slf4j.Slf4j; | |
| import net.rubyeye.xmemcached.MemcachedClient; | |
| import net.rubyeye.xmemcached.exception.MemcachedException; | |
| import net.rubyeye.xmemcached.transcoders.SerializingTranscoder; | |
| import org.springframework.http.HttpStatus; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jmeter.sh \ | |
| --testfile JMeter_plan.jmx \ | |
| --logfile $RESULTS_FILE \ | |
| --reportoutputfolder $RESULTS_FOLDER \ | |
| --reportatendofloadtests \ | |
| --nongui \ | |
| --forceDeleteResultFile \ | |
| --jmeterproperty httpclient4.validate_after_inactivity=4900 \ | |
| --jmeterproperty httpclient4.time_to_live=120000 \ | |
| -Jhost=$JMETER_HOST \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Initialize the pseudo random number generator | |
| -- Resource: http://lua-users.org/wiki/MathLibraryTutorial | |
| math.randomseed(os.time()) | |
| math.random(); math.random(); math.random() | |
| local _request = {} | |
| method = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wrk -c96 -t8 -d30s -s /scripts/wrk-report-to-csv.lua $HOST:$PORT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ========================================================================= | |
| Type Ops/sec Hits/sec Misses/sec Latency KB/sec | |
| ------------------------------------------------------------------------- | |
| Sets 985.28 --- --- 20.02700 67.22 | |
| Gets 9842.00 0.00 9842.00 20.01900 248.83 | |
| Waits 0.00 --- --- 0.00000 --- | |
| Totals 10827.28 0.00 9842.00 20.02000 316.05 |
OlderNewer