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
{ | |
"version": "3.0.0", | |
"gauges": { | |
"gauge.response.api.establishments.qr.qr": { | |
"value": 0 | |
}, | |
"gauge.response.metrics.admin.metrics": { | |
"value": 6 | |
}, | |
"gc.PS-MarkSweep.count": { |
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
{ | |
"result: { | |
"288249": { | |
"allowEdit": 1, | |
"cells": [ | |
{ | |
"rollupId": "288249", | |
"description": "Gatling description: 93" | |
}, | |
{ |
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
{ | |
"result: { | |
"288249": { | |
"allowEdit": 1, | |
"cells": [ | |
{ | |
"rollupId": "288249", | |
"description": "Gatling description: 93" | |
}, | |
{ |
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.yourappdomain | |
import io.gatling.core.Predef._ | |
import io.gatling.http.Predef._ | |
import io.gatling.http.request.builder.RequestBuilder | |
import scala.concurrent.duration._ | |
class SoakSimulation extends Simulation { |
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
import org.apache.commons.io.IOUtils; | |
import org.apache.commons.io.input.TeeInputStream; | |
import org.apache.commons.io.output.ByteArrayOutputStream; | |
import java.io.ByteArrayInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.util.stream.Collectors; | |
import java.util.stream.Stream; |
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
import org.apache.commons.io.IOUtils; | |
import java.io.ByteArrayInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.util.stream.Collectors; | |
import java.util.stream.Stream; | |
public class Main { |
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
import org.apache.commons.io.IOUtils; | |
import java.io.ByteArrayInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.util.stream.Collectors; | |
import java.util.stream.Stream; | |
public class Main { |
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
private FormDataMultiPart copyMultipart(FormDataMultiPart multiPart) { | |
FormDataMultiPart copiedMultipart = new FormDataMultiPart(); | |
copiedMultipart.setMediaType(multiPart.getMediaType()); | |
copiedMultipart.setContentDisposition(multiPart.getContentDisposition()); | |
copiedMultipart.getHeaders().putAll(multiPart.getHeaders()); | |
for (BodyPart bodyPart : multiPart.getBodyParts()) { | |
if (typeEquals(bodyPart.getMediaType(), APPLICATION_OCTET_STREAM_TYPE)) { |
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
version: '2' | |
services: | |
service: | |
build: . | |
container_name: service | |
environment: | |
spring.data.mongodb.host: how-to ? | |
ports: | |
- "8080:8080" |
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
> [email protected] postinstall /Users/ivanursul/git/pet/queued-ui/node_modules/angular2-localstorage | |
> typings install | |
typings ERR! message Unknown dependency: registry:dt/es6-shim#0.31.2+20160317120654 | |
typings ERR! cwd /Users/ivanursul/git/pet/queued-ui/node_modules/angular2-localstorage | |
typings ERR! system Darwin 15.4.0 | |
typings ERR! command "/usr/local/Cellar/node/6.2.0/bin/node" "/Users/ivanursul/git/pet/queued-ui/node_modules/typings/dist/bin/typings-install.js" | |
typings ERR! node -v v6.2.0 |